X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/48debccd2fb1ede90115dd471fae71b2761e1299..5696855722ffee5fe74137923409eeaf0c6cff24:/scripts/TP1%2008.23a%20stick%20falling.LACE?ds=inline diff --git a/scripts/TP1 08.23a stick falling.LACE b/scripts/TP1 08.23a stick falling.LACE new file mode 100644 index 0000000..9256c37 --- /dev/null +++ b/scripts/TP1 08.23a stick falling.LACE @@ -0,0 +1,16 @@ +coefficient(1): a + +integrate (y'') -> -y': + IC: +1 +integrate (-y') -> y +invert (y) -> -y +sin = y + +integrate (omega') -> -omega +a * sin -> a_times_sin +omega' = a_times_sin + +invert (-omega) -> omega +multiply (omega, omega) -> omega² +multiply (omega², -y) -> -omega²y +y'' = -omega²y